home *** CD-ROM | disk | FTP | other *** search
/ PC User 2002 July / Disc 1 / PCU0702CD1.iso / software / apps / files / animfx.exe / #setuppath# / Anim-FX.exe / scripts / DefineButton2_66 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2002-05-17  |  130 b   |  6 lines

  1. on(press){
  2.    movie = "explosion";
  3.    _root.label600 = "Explosion";
  4.    loadMovie("explosion.swf","_root.effectholder600");
  5. }
  6.